home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC 1.37.1r15 Full / Tests / avoid-globals.c next >
Encoding:
C/C++ Source or Header  |  1993-02-10  |  62 b   |  8 lines  |  [TEXT/MPS ]

  1. #include <Types.h>
  2.  
  3. void
  4. foo(void)
  5. {
  6.     Rect r = {0,0,16,16};
  7. }
  8.